Skip to main content

OAuth Consent Screen

The OAuth Consent Screen is an essential component for applications that require user authentication through OAuth with Google services. Follow the steps below to configure your OAuth Consent Screen:

Step 1: Configure App Information

  1. Click on hamburger menu then click on APIs & Services api

  2. Click on "OAuth Consent Screen" from the sidebar menu.

  3. Enter your application information:

    • App Name
    • Support Email
    • App Logo
  4. Scroll down and click the "Next" or "Save and Continue" button to proceed.consent screen

Step 2: Add Scopes

  1. Click on "Add or Remove Scopes" to manage OAuth scopes.
  2. Select the required scopes for your application (e.g., email and profile).
  3. Click "Update" to save your selections.

add scope

Step 3: Add Test User Email

  1. Add your email address or any other test email address for testing purposes.

test user

Step 4: Review and Save

  1. Review the summary to ensure all information is correct.
  2. Scroll down and press the "Save" button to save your OAuth Consent Screen settings.

summary

By following these steps, you'll successfully configure your OAuth Consent Screen, allowing your application to securely authenticate users via Google OAuth.